home *** CD-ROM | disk | FTP | other *** search
-
- #import <appkit/appkit.h>
-
- #import <apps/InterfaceBuilder.h>
-
- @interface WWMovieProcViewIBInspector:IBInspector
- {
- id restrictProcNameSwitch;
- id restrictProcTypeSwitch;
- id sourceSwitch;
- id sinkSwitch;
-
- id tclProcName;
- id tclProcType;
- id tclProcArgs;
-
- // because this is retained (i.e. a Text object) need this...
- id tclProcBodyText;
- char *tclProcBody;
- int tclProcBodySize;
- }
-
-
- @end
-